@keyframes livePulse{0%,100%{transform:scale(.8);opacity:.7}50%{transform:scale(1);opacity:1}}@keyframes ctaPulse{0%,100%{transform:scale(1);box-shadow:0 0 15px rgba(0,255,153,.5),0 0 25px rgba(0,255,153,.3)}50%{transform:scale(1.02);box-shadow:0 0 25px rgba(0,255,153,.8),0 0 40px rgba(0,255,153,.5)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#EAEAEA;background:#0a1a2f;background:radial-gradient(ellipse at center,#1a2a4f 0,#0a1a2f 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100vh;width:100%;padding:1rem;position:relative;z-index:1}main::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(rgba(0,255,153,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,153,.1) 1px,transparent 1px);background-size:20px 20px;opacity:.3;z-index:-1;animation:scanline 20s linear infinite}@keyframes scanline{0%{background-position:0 0}100%{background-position:0 400px}}.logo{width:100px;height:auto;margin-bottom:2rem;max-width:100%}h1{position:relative;display:inline-block;font-weight:700;font-size:clamp(1.75rem,5vw+1rem,3.5rem);line-height:1.2;margin-bottom:1rem;max-width:18ch}.live-indicator{display:inline-block;width:12px;height:12px;background:#0f9;border-radius:50%;margin-right:.75rem;animation:livePulse 1.5s ease-in-out infinite;box-shadow:0 0 10px #0f9,0 0 20px #0f9;vertical-align:middle}p{font-weight:400;font-size:clamp(1rem,2vw+0.5rem,1.25rem);line-height:1.6;margin-bottom:2.5rem;max-width:45ch;opacity:.9}.cta{font-family:'Inter',sans-serif;font-weight:700;font-size:1.1rem;text-decoration:none;color:#0a1a2f;background-color:#0f9;padding:.8rem 2.5rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer;animation:ctaPulse 2s linear infinite}.cta:hover,.cta:focus{transform:scale(1.1);box-shadow:0 0 30px rgba(0,255,153,.8),0 0 50px rgba(0,255,153,.5);outline:2px solid #0f9;outline-offset:2px}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:rgba(10,26,47,.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-top:1px solid rgba(0,255,153,.2);padding:1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;z-index:100;transform:translateY(100%);transition:transform .5s ease-out}#cookie-banner p{font-size:.9rem;margin:0;max-width:100%;text-align:center}#cookie-accept{font-family:'Inter',sans-serif;font-weight:700;font-size:.9rem;color:#0a1a2f;background-color:#0f9;border:none;border-radius:30px;padding:.5rem 1.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}#cookie-accept:hover,#cookie-accept:focus{transform:scale(1.05);outline:none;box-shadow:0 0 10px rgba(0,255,153,.5)}